function entry造句
例句与造句
- Before - immediately before the target function entry
-紧在目标函数入口的前面。 - Before - immediately before the target function entry
-紧在目标函数入口的前面。 - Immediately after the target function entry
-紧在目标函数入口的后面。 - Pointer to the mapped function entry point
指向被映射函数入口点的指针 - The address is a function entry address that is , this function was called
,那么这个地址就是一个函数的入口地址(也就是说,您正在调用这个函数) 。 - It's difficult to find function entry in a sentence. 用function entry造句挺难的
- Forces parameters passed in registers to be written to their locations on the stack upon function entry
强制将在寄存器中传递的参数写入它们在堆栈上函数入口上的位置。 - On function entry , the allocated space is loaded with a security cookie that is computed once at module load
在进入函数时,用安全cookie (它在模块加载时计算一次)加载分配的空间。 - So , now you can provide profiling functions to gcc that it will transparently insert into your application s function entry and exit points
因此,现在您就可以为gcc提供一些分析函数了,这些函数可以透明地插入应用程序中的函数入口点和函数退出点。 - You have many options , but for the sake of simplicity , just write the addresses to a file , noting which addresses are function entry and which are exit see listing 2
您有很多选择,但是为了简便起见,可以将这个地址简单地写入一个文件,要注意哪个地址是函数的入口地址,哪个地址是函数的出口地址(参见清单2 ) 。